home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 3: Developer Tools
/
Linux Cubed Series 3 - Developer Tools.iso
/
devel
/
lang
/
lisp
/
glisp
/
glisp.000
/
GLISP.UNIX.TAR
/
closunix
/
closyacc.hux
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-04-03
|
321 b
|
20 lines
typedef union
#ifdef __cplusplus
YYSTYPE
#endif
{
char *ident;
double real;
long int integer;
node s_expr;
} YYSTYPE;
extern YYSTYPE yylval;
# define IDENTIFIER_YY 257
# define STRING_YY 258
# define INTEGER_YY 259
# define REAL_YY 260
# define BAD_CHAR_YY 261
# define BAD_STRING_YY 262
# define BAD_SQB_YY 263